home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-11 / MemCard / README.e00 < prev   
Text File  |  1991-06-24  |  617b  |  23 lines

  1.  
  2. Assemble it and link it with NO startup code
  3. Use Makebin to convert the resulting load file into a plain binary
  4.    (note - Makebin ONLY works with single hunk position independent code)
  5. call the resulting file something like E0test.bin
  6.  
  7. Use Bload to copy E0test.bin to 0xE00000
  8.  
  9. Use wack to look at E00000 and make sure your stuff is there
  10.  
  11. Write protect the E00000 card
  12.  
  13. reboot the system.
  14.  
  15. IF your exec is properly finding RomTags at $E00000 and initializing
  16. them, you should see the screen flash purple during reboot.
  17.  
  18.  
  19. Note - this disk, as is, when booted with, can be used to test
  20. an $F00000 card.
  21.  
  22. Feb,02,1991
  23.